runtime.hchan.elemsize (field)
5 uses
runtime (current package)
chan.go#L37: elemsize uint16
chan.go#L110: c.elemsize = uint16(elem.Size_)
chan.go#L123: return add(c.buf, uintptr(i)*uintptr(c.elemsize))
chan.go#L836: if c.elemsize == 0 {
stack.go#L796: p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |